home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / setup6.zip / BINK-DIR.ZIP / BINKLEY.EVT < prev    next >
Text File  |  1989-03-11  |  4KB  |  88 lines

  1. ; Binkley 2.0 Event Schedule
  2. ; Revised 3/15/89
  3. ; You can leave the commenting in this file if you like.
  4. ;
  5. ; Mail maintenance begins at midnight. These correspond to the errorlevels
  6. ; setup in the Binkley.Bat file and run the corresponding commands at the
  7. ; times stated in this event file.
  8. ;
  9. ; Event specifies how often the event will be run. ALL means every day.
  10. ; You can have weekend only events, WkEnd. Events that run on certain
  11. ; days can also be specified (Event Sat- would be Sat only).
  12. ;
  13. ; All Events must have a Start and Stop time specified in 24 hour format
  14. ; such as 15:00 is 3:00PM.
  15. ;
  16. ; The Special Flags tell Binkley wht it is supposed to do at any particular
  17. ; time.  An F indicates the Event is FORCED.  A B tells Binkley to allow
  18. ; a caller to Exit to your BBS.  If a B is not there, the message "Mail
  19. ; Processing Underway, Call back Later" will be displayed to the user.
  20. ; L indicates that an OUTBOUND call can be made.  The L> or L< refers to
  21. ; the cost of the call in cents/minute. so L>10 would allow calls more than
  22. ; $.10 per minute (as in a Long Distance call).  An L only would default to
  23. ; a Local call for most purposes. An R is RECEIVE ONLY. No OUTBOUND calls
  24. ; are allowed to be made at this time.  An N is NO FILE REQUESTS.  There
  25. ; are many others.
  26. ;
  27. ; ErrorLevels are the Basis of how BinkleyTerm operates so these are MOST
  28. ; critical.
  29. ; E1 is the errorlevel generated at the start of an event.
  30. ; E2 is the errorlevel generated during the event is a MAIL Packet is received.
  31. ; E3 is the errorlevel generated during the event is ARCed MAIL is received.
  32.  
  33. ;********************************************************
  34. ;* Event      Event Time   Special     Batch Control    *
  35. ;* Frequency  Start  Stop   Flags       ErrorLevels     *
  36. ;********************************************************
  37. ;
  38. ; This starts Mail maintenance at midnight. E1=80 runs LOG which will
  39. ; copy your current Binkley.log over to another directory and start a
  40. ; new one. E1=30 runs InputMail which will look for any incoming mail 
  41. ; and will UNpack it and put it in the proper conference area.  It also
  42. ; will look for new mail that was generated on YOUR BBS and will copy 
  43. ; that to the OUTBOUND Mail area for transmission to your HOST after it
  44. ; is packed up.
  45. ;
  46. Event All    00:00 00:00 F            E1=80
  47. Event All    00:00 00:00 F            E1=30
  48. ;
  49. ; This starts the NightMail event that deletes old messages by date or to 
  50. ; whatever you set as the maximum number of messages in this conference.
  51. ; It then renumbers the messages to make them continuous.
  52. ;
  53. Event All    00:00 00:00 F            E1=40
  54. ;
  55. ; This event allows Long Distance mail calling and allows BBS users access 
  56. ; to your board. 
  57. ;
  58. Event All    00:00 03:00  L>30 B      E1=10 E2=30 E3=30
  59. ;
  60. ; National Mail Hour - Your BBS MUST be available for INCOMING mail at this 
  61. ; time so the HoldMail Event is run. NOTE that the time specified is CST.
  62. ; You need to change this for YOUR Time Zone! The next line allows Receive
  63. ; Mail only and NO FILE Requests at this time.
  64. ;
  65. Event All    03:00 04:00 F            E1=20
  66. Event All    03:00 04:00 R N          E1=10 E2=30 E3=30
  67. ;
  68. ; This runs SendMail and will initiate a call to your HOST for Mail. It also
  69. ; allows LOCAL calls and BBS users.
  70. ;
  71. Event All    04:00 04:00 F            E1=90
  72. Event All    05:00 06:30  L<10  B     E1=10 E2=30 E3=30
  73. ;
  74. ; More maintenance events. Another check for mail and E1=70 will delete any
  75. ; mail packets that have already been sent and are truncated to 0 bytes.
  76. ;
  77. Event All    06:30 06:30 F            E1=30
  78. Event All    06:30 06:30 F            E1=70
  79. ;
  80. ; Outbound calling (LOCAL Only) and BBS allowed again.
  81. ;
  82. Event All    06:30 23:55  L B         E1=10 E2=30 E3=30
  83. ;Begin nightly maintenance for items that HAVE to take BEFORE midnight
  84. Event All    23:55 23:55 F                  E1=23
  85. ;Weekly Maintenance, Echostat
  86. Event Sat    23:55 23:55 F                  E1=50
  87. Event All    23:55 23:59 N R                E1=10
  88.